The commands that load the place icon are PImport, PCreateIndex, PCreateTOC, and PPlaceNext.
PPlaceSized(long xLeftTop, long yLeftTop, long xRightBottom, long yRightBottom);
Off pasteboard. If the coordinates are off the pasteboard, PageMaker sizes the text block or image to the pasteboard edge.long xLeftTop;
x-coordinate of left edge of text block or image in twipslong yLeftTop;
y-coordinate of top edge of text block or image in twipslong xRightBottom;
x-coordinate of right edge of text block or image in twipslong yRightBottom;
y-coordinate of bottom edge of text block or image in twips
Images: Text wrap turned off. The PPlaceSized command places images with text wrap turned off, regardless of the default text wrap settings.
Images: Sizing not proportional. The PPlaceSized command sizes images within the given coordinates, which may or may not be proportional.
Text: Column guides and Snap To options ignored. Unlike the PPlace command, PPlaceSized ignores column guides and sizes the text block to the specified coordinates. Also the command is not sensitive to the settings of the Snap to Guides and Snap to Rulers options. PageMaker sizes the text block to the location you specify, regardless of any guides or rulers.
Text: yRightBottom a placeholder. When placing text, PageMaker disregards the value of yRightBottom. Instead, PageMaker adjusts the bottom of the text block to accommodate the text. If necessary, PageMaker expands the text block until it reaches the bottom of the page, the bottom of the pasteboard (if the text block is contained entirely on the pasteboard), or a graphic with column-break text wrap applied.
Exceptions. PPlaceSized throws a CQ_INVALID_ARGS exception for any of the following conditions:
PImport("artfolder:building.gif", 0, 0, 0, 0, 0);
PGetPageMargins margins;
PPlaceSized(margins.xInside, margins.yTop, margins.xOutside, margins.yBottom);
Adobe PageMaker 6.5 Help > Commands > File > Place
Comments or suggestions? Contact Adobe Developer Support